home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / standalone / lspcidrake < prev    next >
Encoding:
Text File  |  2000-01-12  |  80 b   |  7 lines

  1. #!/usr/bin/perl
  2.  
  3. use lib qw(/usr/lib/libDrakX);
  4.  
  5. use commands;
  6. commands::lspci;
  7.